/*
<!--区域header -->
<header class="page-header page-cumhead" >
<h2 class="hd-title" >
<a class="hd-text" href="/cssthemes/zmmb/" title="热门模板" > 热门模板</a >
</h2 >
<span class="themes-all" > <i class="icon-all" > </i > <a class="ta-text" href="/cssthemes/zmmb/"
title="更多" > 更多</a > </span >
</header >
<style >
.page-cumhead {
    background-color: white;
}

.page-cumhead .hd-title {
    font-size: 0;
}

    .page-cumhead .hd-title .hd-text {
        font-size: 20px;
        display: inline-block;
        background-color: #f00;
        color: white;
        box-sizing: border-box;
        height: 100%;
        padding: 0 10px;
        font-size: 20px;
    }

.page-cumhead .themes-all {
    right: 10px;
}

</style >
<!-- 区域header end-- >

*/

.page-cumhead {
    background-color: white;
}

    .page-cumhead .hd-title {
        font-size: 0;
    }

        .page-cumhead .hd-title .hd-text {
            font-size: 20px;
            display: inline-block;
            background-color: #f00;
            color: white;
            box-sizing: border-box;
            height: 100%;
            padding: 0 10px;
            font-size: 20px;
        }

    .page-cumhead .themes-all {
        right: 10px;
    }

        .page-cumhead .themes-all .ta-text {
            color: #f00;
            font-weight: bold;
        }

        .page-cumhead .themes-all .icon-all {
            background-image: url('../img/hotmore.png');
            margin-top: 0;
            background-position: left 3px;
        }

.page-header .themes-all-hot {
    float: right;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 6px;
    color: red;
    font-weight: bold;
}
.page-header .themes-all-hot a {   
    color: red;    
}

.page-header .themes-all-hot .icon-all-hot {
    width: 14px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 4px;
    background-image: url('../img/hotmore.png');
}